home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmMM_502_EachDialog < prev    next >
Encoding:
Text File  |  1992-04-08  |  732 b   |  32 lines

  1. %case sourcefile%
  2.     %genfile dialog.DEF U+dlogname+.DEF%
  3.     %genfile dialog U+dlogname+.MOD%
  4. %case uses%
  5.     FROM U%dlogname% IMPORT
  6.         %if modeless%
  7.             New%dlogname%,
  8.         %endif%
  9.         T%dlogname%;
  10. %case dependency%
  11.     "{ObjApp}U%dlogname%.MSYM" ∂
  12. %case makeDepend%
  13.     "{ObjApp}U%dlogname%.MOD.o"%    %ƒ    "{SrcApp}U%dlogname%.MOD" ∂
  14.                                     "{ObjApp}U%dlogname%.MSYM" ∂
  15.                                     "{ObjApp}ResourceDefs.MSYM" ∂
  16.                                     "{MAM2Sym}UAMLibraryM.MSYM"
  17.  
  18. %case instanceModeless%
  19.     %if modeless%
  20.         f%dlogname%:            TWindow;
  21.     %endif%
  22. %case DoToField%
  23.     %if modeless%
  24.         DoToField ('\Lf%dlogname%', ADR(f%dlogname%), bObject);
  25.     %endif%
  26. %case createModeless%
  27.     %if modeless%
  28.         f%dlogname% := New%dlogname% ();
  29.     %endif%
  30. %case linkFile%
  31.     "{ObjApp}U%dlogname%.MOD.o" ∂
  32.